home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
- <gconfschemafile>
- <schemalist>
- <schema>
- <key>/schemas/desktop/gnome/font_rendering/dpi</key>
- <applyto>/desktop/gnome/font_rendering/dpi</applyto>
- <owner>gnome</owner>
- <type>float</type>
- <gettext_domain>gnome-settings-daemon</gettext_domain>
- <locale name="C">
- <short>DPI</short>
- <long>
- The resolution used for converting font sizes to pixel sizes,
- in dots per inch.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/desktop/gnome/font_rendering/antialiasing</key>
- <applyto>/desktop/gnome/font_rendering/antialiasing</applyto>
- <owner>gnome</owner>
- <type>string</type>
- <default>grayscale</default>
- <gettext_domain>gnome-settings-daemon</gettext_domain>
- <locale name="C">
- <short>Antialiasing</short>
- <long>
- The type of antialiasing to use when rendering fonts.
- Possible values are: "none" for no antialiasing,
- "grayscale" for standard grayscale antialiasing, and
- "rgba" for subpixel antialiasing (LCD screens only).
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/desktop/gnome/font_rendering/hinting</key>
- <applyto>/desktop/gnome/font_rendering/hinting</applyto>
- <owner>gnome</owner>
- <type>string</type>
- <default>medium</default>
- <gettext_domain>gnome-settings-daemon</gettext_domain>
- <locale name="C">
- <short>Hinting</short>
- <long>
- The type of hinting to use when rendering fonts.
- Possible values are: "none" for no hinting,
- "slight" for basic, "medium" for moderate, and
- "full" for maximum hinting (may cause
- distortion of letter forms).
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/desktop/gnome/font_rendering/rgba_order</key>
- <applyto>/desktop/gnome/font_rendering/rgba_order</applyto>
- <owner>gnome</owner>
- <type>string</type>
- <default>rgb</default>
- <gettext_domain>gnome-settings-daemon</gettext_domain>
- <locale name="C">
- <short>RGBA order</short>
- <long>
- The order of subpixel elements on an LCD
- screen; only used when antialiasing is set to "rgba".
- Possible values are: "rgb" for red on left (most common),
- "bgr" for blue on left, "vrgb" for red on top, "vbgr" for
- red on bottom.
- </long>
- </locale>
- </schema>
-
- </schemalist>
- </gconfschemafile>
-